@media (max-width: 1500px) {
    .ecv2_right_tools {
        right: 20px;
        left: initial;
        z-index: 99;
    }
}
.ecv2_right_tools {
    position: fixed;
    top: 100px;
    width: 76px;
    box-sizing: border-box;
    min-height: 220px;
    border-radius: 4px;
    right: 20px;
    z-index: 10000;
}

.ecv2_right_tools ul{
    border: solid 1px #e5e5e5;
    background-color: #ffffff;
    list-style-type: none;
}
.ecv2_right_tools.fixleft{
    margin-left: -720px;
    min-height: auto;
}
.ecv2_right_tools a {
    display: block;
    padding: 0 8px 12px;
    color: #999999;
    font-size: 12px;
    position: relative;
    text-align: center;
    padding-top: 12px;
}

.ecv2_right_tools ul a:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 1px;
    top: 0;
    left: 50%;
    margin-left: -30px;
    background-color: #e6e6e6;
}

.ecv2_right_tools li:first-child a:before {
    display: none;
}

.ecv2_right_tools a i {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 28px;
    margin-bottom: 4px;
}

.ecv2_right_tools a:hover {
    color: #299dea;
}
.ecv2_right_tools.fixleft a:hover ,
.ecv2_right_tools.fixleft a.on{
    color: #3A72FF;
}

.ecv2_right_tools a i.ecv2_right_i1 {
    background: url(/static/img/tool_1.png) no-repeat;
    background-size: 90%;
}

.ecv2_right_tools a i.ecv2_right_i2 {
    background: url(/static/img/tool_2.png) no-repeat;
    background-size: 90%;
}

.ecv2_right_tools a i.ecv2_right_i3 {
    background: url(/static/img/tool_3.png) no-repeat;
    background-size: 90%;
}

.ecv2_right_tools a i.ecv2_right_i4 {
    background: url(/static/img/tool_4.png) no-repeat;
    background-size: 90%;
}

.ecv2_right_tools a i.ecv2_right_i5 {
    background: url(/static/img/tool_5.png) no-repeat;
    background-size: 90%;
}

.ecv2_right_tools img.tool_1212{
    width: 100px;height: 100px;margin-left: -15px
}

.ecv2_right_tools.fixleft  a .xb_nums{
    position: absolute;
    right: 2px;
    top: 5px;
    padding: 0 5px;
    line-height: 20px;
    border-radius: 20px 20px 20px 0;
    background-color: #ef3535;
    color: #fff;
    font-size: 12px;
}

.ecv2_right_tools.znqtools a:hover {
    color: #FFEDA3;
}

.ecv2_right_tools a span.ecv2_right_s1 {
    position: absolute;
    z-index: 999;
    color: white;
    top: 10px;
    right: 18px;
    font-size: 12px;
    display: inline-block;
    border-radius: 10px;
    background: red;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.ecv2_right_code_hide {
    display: none;
    position: absolute;
    left: -165px;
    bottom: 0;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    padding: 10px 10px 16px 10px;
    border: solid 1px #e5e5e5;
    color: #666666;
}
.ecv2_right_code_hide.twoTele{
    bottom: initial;
    top: 0;
    z-index: 1;
}
.ecv2_right_code_hide.twoTele .bgs1{
    font-size: 15px;
    color: gray;
    height: 35px;
    line-height: 35px;
    text-align: left;
    box-sizing: border-box;
}
.fixleft .ecv2_right_code_hide{
    left: initial;
    right: -167px;
    top: 0;
    bottom: initial;
}

.ecv2_right_tools a:hover .ecv2_right_code_hide {
    display: block;
}

.ecv2_right_code_hide img {
    width: 140px;
    height: 140px;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    border: solid 1px #e5e5e5;
}

@media(max-width:1500px) {
    /* 你的css样式 */
    .ecv2_left_tools {
        right:initial;
        left:20px;
        margin-right:0;
        z-index:99;
    }
    .ecv2_right_tools{
        right: 20px;
        left: initial;
        margin-left: 0;
        z-index:99;
    }
    .ecv2_right_tools.fixleft{
        margin-left: 0;
        right: initial;
        left: 20px;
        z-index:99;
    }
}
.ecv2_left_tools a {
    display: block;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    padding: 0 4px;
    word-break: break-all;
}

.ecv2_left_tools a:hover {
    background-color: #e4e8eb;
}

.ecv2_left_tools a.on {
    background-color: #4fa3db;
    color: #fff;
}

.ecv2_left_tools a span {
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.ecv2_left_tools a:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background: #f0f0f0;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}